Remarks{}CommandName{setSelFont}HelpPath{Special}ReturnValue{}OpenBrace{ }Parameters{handle gadget, handle font, color textColor}CloseBrace{}Description{Sets the font and text colour used by the selected text in a richedit gadget.  If there is no selected text, the font and colour at the current cursor position will be set.}ReturnDescription{}Param1{gadget}Param1Desc{Handle of a richedit gadget}Param2{font}Param2Desc{Handle of a font created with createFont}Param3{textColor}Param3Desc{The colour of the text, you can use the RGB command to generate this colour.}Param4{}